Skip to content

chore(deps): bump next from 16.2.9 to 16.2.10 - #311

Merged
BigSimmo merged 1 commit into
mainfrom
dependabot/npm_and_yarn/next-16.2.10
Jul 6, 2026
Merged

chore(deps): bump next from 16.2.9 to 16.2.10#311
BigSimmo merged 1 commit into
mainfrom
dependabot/npm_and_yarn/next-16.2.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps next from 16.2.9 to 16.2.10.

Release notes

Sourced from next's releases.

v16.2.10

Contains no changes except publishing @next/swc-wasm-web which was accidentally not published since 16.2.4.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 6, 2026
Bumps [next](https://github.com/vercel/next.js) from 16.2.9 to 16.2.10.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.2.9...v16.2.10)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next-16.2.10 branch from 79a8db6 to 3299f36 Compare July 6, 2026 07:46
@BigSimmo
BigSimmo merged commit 5d125af into main Jul 6, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/next-16.2.10 branch July 6, 2026 07:58
BigSimmo added a commit that referenced this pull request Aug 12, 2026
…310) and the ledger loss-detector (#311) (#1870)

* docs(issues): capture the fuzzy-search drug-match finding and the loss-detector

#310 — PR #1851's fuzzy catalogue search matches DIFFERENT drugs at edit
distance 2. Measured by running the PR's own algorithm rather than reading it:
fluoxetine -> duloxetine (Damerau counts the lu->ul transposition as one edit,
both are 10 chars, so the >=8 tier's 2-edit budget allows it) and
prednisone -> prednisolone. Intended recovery still works (sertraline,
olanzapine) and the short-term guards hold (SSRI/SNRI, ADHD/ODD). Two real
mitigations recorded so it is not over-read: fuzzy fires only when nothing
matched literally, and sub-5-character terms are excluded. Tested fix is one
line — cap the >=8 tier at 1 edit, which kills both cross-drug hits and keeps
every legitimate typo case. Blast radius is eleven modules including
medications.ts, because catalog-search.ts feeds the whole clinical catalogue.

#311 — promote the derived ledger loss-detector into scripts/. Two main-merges
silently reverted ledger edits this session, including the whole #293
refutation, and the hand-enumerated recovery list could not catch it. The
derived version has now earned its place twice.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017paT42ZVMf8jaLtkjFxdy5

* chore(ledger): record the finding-capture handoff

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* chore(ci): run focused PR 1870 ledger correction

* chore(ci): use repository Node version for PR 1870 fix

* ci(pr-1870): merge current main and finalise ledger fixes

* ci(pr-1870): scope final verification and publish normally

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
BigSimmo added a commit that referenced this pull request Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant